home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Tools / Resource Hacker v2.4.0.4 / ResHacker.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  2000-08-18  |  9.0 KB  |  396 lines

  1. object Form1: TForm1
  2.   Left = 79
  3.   Top = 156
  4.   Width = 681
  5.   Height = 367
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -12
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnResize = FormResize
  17.   PixelsPerInch = 96
  18.   TextHeight = 15
  19.   object Splitter1: TSplitter
  20.     Left = 200
  21.     Top = 0
  22.     Width = 3
  23.     Height = 302
  24.     Cursor = crHSplit
  25.   end
  26.   object TreeView1: TTreeView
  27.     Left = 0
  28.     Top = 0
  29.     Width = 200
  30.     Height = 302
  31.     ReadOnly = True
  32.     HideSelection = False
  33.     Indent = 19
  34.     OnExpanded = TreeView1Expanded
  35.     OnCollapsed = TreeView1Collapsed
  36.     OnChange = TreeView1Change
  37.     Align = alLeft
  38.     TabOrder = 0
  39.     ParentShowHint = False
  40.     ShowHint = False
  41.     Images = ImageList1
  42.   end
  43.   object Panel2: TPanel
  44.     Left = 203
  45.     Top = 0
  46.     Width = 470
  47.     Height = 302
  48.     Align = alClient
  49.     BevelOuter = bvNone
  50.     ParentShowHint = False
  51.     ShowHint = True
  52.     TabOrder = 1
  53.     object Image1: TImage
  54.       Left = 78
  55.       Top = 92
  56.       Width = 105
  57.       Height = 105
  58.     end
  59.     object bbPlay: TButton
  60.       Left = 12
  61.       Top = 7
  62.       Width = 75
  63.       Height = 27
  64.       Caption = '&Play'
  65.       TabOrder = 5
  66.       Visible = False
  67.       OnClick = bbPlayClick
  68.     end
  69.     object bbStop: TButton
  70.       Left = 91
  71.       Top = 7
  72.       Width = 75
  73.       Height = 27
  74.       Caption = 'St&op'
  75.       TabOrder = 6
  76.       Visible = False
  77.       OnClick = bbStopClick
  78.     end
  79.     object Editor: TRichEdit
  80.       Left = 0
  81.       Top = 41
  82.       Width = 403
  83.       Height = 219
  84.       Align = alClient
  85.       Font.Charset = DEFAULT_CHARSET
  86.       Font.Color = clWindowText
  87.       Font.Height = -13
  88.       Font.Name = 'Courier New'
  89.       Font.Style = [fsBold]
  90.       ParentFont = False
  91.       PlainText = True
  92.       PopupMenu = PopupMenu1
  93.       ScrollBars = ssBoth
  94.       TabOrder = 0
  95.       Visible = False
  96.       WordWrap = False
  97.       OnChange = EditorChange
  98.     end
  99.     object ScrollBox1: TScrollBox
  100.       Left = 403
  101.       Top = 41
  102.       Width = 67
  103.       Height = 219
  104.       HorzScrollBar.Visible = False
  105.       Align = alRight
  106.       Color = clWindow
  107.       ParentColor = False
  108.       TabOrder = 1
  109.       Visible = False
  110.     end
  111.     object Panel1: TPanel
  112.       Left = 0
  113.       Top = 0
  114.       Width = 470
  115.       Height = 41
  116.       Align = alTop
  117.       BevelOuter = bvLowered
  118.       TabOrder = 2
  119.       Visible = False
  120.       object Label1: TLabel
  121.         Left = 220
  122.         Top = 13
  123.         Width = 130
  124.         Height = 15
  125.         Caption = 'Control position: 0,0,0,0'
  126.         Visible = False
  127.       end
  128.       object Button1: TButton
  129.         Left = 12
  130.         Top = 8
  131.         Width = 102
  132.         Height = 26
  133.         Caption = '&Compile Script'
  134.         TabOrder = 0
  135.         OnClick = Button1Click
  136.       end
  137.       object Button2: TButton
  138.         Left = 123
  139.         Top = 8
  140.         Width = 83
  141.         Height = 26
  142.         Caption = 'Hide &Dialog'
  143.         TabOrder = 1
  144.         Visible = False
  145.         OnClick = Button2Click
  146.       end
  147.     end
  148.     object Memo2: TMemo
  149.       Left = 0
  150.       Top = 260
  151.       Width = 470
  152.       Height = 42
  153.       Align = alBottom
  154.       Font.Charset = DEFAULT_CHARSET
  155.       Font.Color = clMaroon
  156.       Font.Height = -12
  157.       Font.Name = 'Arial'
  158.       Font.Style = []
  159.       ParentFont = False
  160.       ReadOnly = True
  161.       ScrollBars = ssVertical
  162.       TabOrder = 3
  163.       Visible = False
  164.       WordWrap = False
  165.     end
  166.     object MediaPlayer1: TMediaPlayer
  167.       Left = 138
  168.       Top = 231
  169.       Width = 253
  170.       Height = 30
  171.       Visible = False
  172.       TabOrder = 4
  173.       OnNotify = MediaPlayer1Notify
  174.     end
  175.   end
  176.   object StatusBar1: TStatusBar
  177.     Left = 0
  178.     Top = 302
  179.     Width = 673
  180.     Height = 19
  181.     Panels = <>
  182.     SimplePanel = True
  183.   end
  184.   object OpenDialog1: TOpenDialog
  185.     Title = 'Open file containing resource ...'
  186.     Left = 146
  187.     Top = 201
  188.   end
  189.   object ImageList1: TImageList
  190.     Left = 147
  191.     Top = 237
  192.   end
  193.   object MainMenu1: TMainMenu
  194.     Left = 149
  195.     Top = 272
  196.     object File1: TMenuItem
  197.       Caption = '&File'
  198.       object Open1: TMenuItem
  199.         Caption = '&Open ...'
  200.         ShortCut = 16463
  201.         OnClick = Open1Click
  202.       end
  203.       object SaveAs1: TMenuItem
  204.         Caption = 'Save &As ...'
  205.         Enabled = False
  206.         OnClick = SaveAs1Click
  207.       end
  208.       object N1: TMenuItem
  209.         Caption = '-'
  210.       end
  211.       object Exit1: TMenuItem
  212.         Caption = 'E&xit'
  213.         OnClick = Exit1Click
  214.       end
  215.     end
  216.     object View1: TMenuItem
  217.       Caption = '&View'
  218.       object ExpandTree1: TMenuItem
  219.         Caption = '&Expand Tree'
  220.         Enabled = False
  221.         OnClick = ExpandTree1Click
  222.       end
  223.       object CollapseTree1: TMenuItem
  224.         Caption = '&Collapse Tree'
  225.         Enabled = False
  226.         OnClick = CollapseTree1Click
  227.       end
  228.       object N6: TMenuItem
  229.         Caption = '-'
  230.       end
  231.       object EditorFont1: TMenuItem
  232.         Caption = 'Editor &Font ...'
  233.         OnClick = EditorFont1Click
  234.       end
  235.     end
  236.     object Special1: TMenuItem
  237.       Caption = '&Special'
  238.       object SaveBinaryResource1: TMenuItem
  239.         Caption = 'Save Resource as a bi&nary file ...'
  240.         Enabled = False
  241.         OnClick = SaveBinaryResource1Click
  242.       end
  243.       object SaveCompiledResource1: TMenuItem
  244.         Caption = 'Save Resource as a *.r&es file ...'
  245.         Enabled = False
  246.         OnClick = SaveCompiledResource1Click
  247.       end
  248.       object SaveResource1: TMenuItem
  249.         Caption = '&Save decompiled Resource as ...'
  250.         Enabled = False
  251.         OnClick = SaveResource1Click
  252.       end
  253.       object N7: TMenuItem
  254.         Caption = '-'
  255.       end
  256.       object SaveAllResources1: TMenuItem
  257.         Caption = 'Save &all Resources ...'
  258.         Enabled = False
  259.         OnClick = SaveAllResources1Click
  260.       end
  261.       object SaveTyperesources1: TMenuItem
  262.         Caption = 'Save [ Type ] resources ...'
  263.         Visible = False
  264.         OnClick = SaveTyperesources1Click
  265.       end
  266.       object N4: TMenuItem
  267.         Caption = '-'
  268.       end
  269.       object ExchangeIcon1: TMenuItem
  270.         Caption = 'Replace &Icon ...'
  271.         Enabled = False
  272.         OnClick = ExchangeIcon1Click
  273.       end
  274.       object ExchangeCursor1: TMenuItem
  275.         Caption = 'Replace &Cursor ...'
  276.         Enabled = False
  277.         OnClick = ExchangeIcon1Click
  278.       end
  279.       object ExchangeBitmap1: TMenuItem
  280.         Caption = 'Replace &Bitmap ...'
  281.         Enabled = False
  282.         OnClick = ExchangeBitmap1Click
  283.       end
  284.       object ExchangeResource1: TMenuItem
  285.         Caption = 'Replace other &Resource ...'
  286.         Enabled = False
  287.         OnClick = ExchangeResource1Click
  288.       end
  289.       object N5: TMenuItem
  290.         Caption = '-'
  291.       end
  292.       object UpdateResources1: TMenuItem
  293.         Caption = '&Update all Resources ...'
  294.         Enabled = False
  295.         OnClick = UpdateResources1Click
  296.       end
  297.       object N2: TMenuItem
  298.         Caption = '-'
  299.       end
  300.       object AddnewResourcefromresfile1: TMenuItem
  301.         Caption = 'A&dd a new Resource ...'
  302.         Enabled = False
  303.         OnClick = AddnewResourcefromresfile1Click
  304.       end
  305.     end
  306.     object Help1: TMenuItem
  307.       Caption = '&Help'
  308.       object Contents1: TMenuItem
  309.         Caption = '&Contents'
  310.         ShortCut = 112
  311.         OnClick = Contents1Click
  312.       end
  313.       object N3: TMenuItem
  314.         Caption = '-'
  315.       end
  316.       object About1: TMenuItem
  317.         Caption = '&About'
  318.         OnClick = About1Click
  319.       end
  320.     end
  321.   end
  322.   object SaveDialog1: TSaveDialog
  323.     Options = [ofOverwritePrompt, ofHideReadOnly]
  324.     Title = 'Save resource to file...'
  325.     Left = 148
  326.     Top = 167
  327.   end
  328.   object DropFileTarget1: TDropFileTarget
  329.     Dragtypes = [dtCopy]
  330.     GetDataOnEnter = True
  331.     OnDrop = DropFileTarget1Drop
  332.     OnGetDropEffect = DropFileTarget1GetDropEffect
  333.     ShowImage = True
  334.     Left = 149
  335.     Top = 130
  336.   end
  337.   object FontDialog1: TFontDialog
  338.     Font.Charset = DEFAULT_CHARSET
  339.     Font.Color = clWindowText
  340.     Font.Height = -11
  341.     Font.Name = 'MS Sans Serif'
  342.     Font.Style = []
  343.     MinFontSize = 0
  344.     MaxFontSize = 0
  345.     Options = []
  346.     Left = 150
  347.     Top = 98
  348.   end
  349.   object PopupMenu1: TPopupMenu
  350.     OnPopup = PopupMenu1Popup
  351.     Left = 150
  352.     Top = 65
  353.     object Cut1: TMenuItem
  354.       Caption = 'Cu&t'
  355.       Enabled = False
  356.       ShortCut = 16472
  357.       OnClick = Cut1Click
  358.     end
  359.     object Copy1: TMenuItem
  360.       Caption = '&Copy'
  361.       Enabled = False
  362.       ShortCut = 16451
  363.       OnClick = Copy1Click
  364.     end
  365.     object Paste1: TMenuItem
  366.       Caption = '&Paste'
  367.       ShortCut = 16470
  368.       OnClick = Paste1Click
  369.     end
  370.     object N8: TMenuItem
  371.       Caption = '-'
  372.     end
  373.     object Undo1: TMenuItem
  374.       Caption = '&Undo'
  375.       ShortCut = 16474
  376.       OnClick = Undo1Click
  377.     end
  378.   end
  379.   object PopupMenu2: TPopupMenu
  380.     Left = 151
  381.     Top = 29
  382.     object Saveallresources2: TMenuItem
  383.       Caption = 'Save &all resources...'
  384.       OnClick = SaveAllResources1Click
  385.     end
  386.     object SaveTyperesources2: TMenuItem
  387.       Caption = 'Save [ Type ] resources...'
  388.       OnClick = SaveTyperesources1Click
  389.     end
  390.     object Saveresource2: TMenuItem
  391.       Caption = 'Save resource...'
  392.       OnClick = SaveResource1Click
  393.     end
  394.   end
  395. end
  396.